c# list declaration

78

c# list declaration -

var list = new List<string> { "One", "Two", "Three" };

Comments

Submit
0 Comments